﻿
.plugin-fixed-call {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 45px;
	display: none;
	z-index: 1000;
}
.plugin-fixed-call .child {
	position: absolute;
	right: 0px;
	overflow: hidden;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: #cc0000;
	line-height: 45px;
	margin-top: 1px;
}
.plugin-fixed-call .child {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.plugin-fixed-call .child:hover {
	width: 140px;
	background: #000;
}
.plugin-fixed-call .child img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.plugin-fixed-call .child p {
	position: absolute;
	left: 45px;
	color: #fff;
}
.plugin-fixed-call .fixedQQ {
	bottom: 92px;
}
.plugin-fixed-call .fixedCall {
	bottom: 46px;
}
.plugin-fixed-call .fixedTop {
	position: absolute;
	right: 0px;
	bottom: 138px;
	color: #fff;
	background-color: #cbcbcb;
	cursor: pointer;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-family: "MICROSOFT YAHEI", "Arial Narrow";
}
.plugin-fixed-call .fixedTop .fixedTopPointer {
	position: absolute;
	top: -5px;
	left: 18px;
}
.plugin-fixed-call .fixedCode {
	bottom: 0;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: #cc0000;
	line-height: 45px;
	margin-top: 1px;
}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo {
	display: block;
	opacity: 1;
}
.fixedCodeInfo {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 54px;
	padding: 0 3px;
	border: 1px solid #ccc;
	background: #fff;
	opacity: 0;
}
.fixedCodeInfo .fixedPointer {
	position: absolute;
	right: -6px;
	bottom: 12px;
}
